Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing lines #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 4, 2023

  1. fix: add missing final line

    On the final line, eval must be called with two arguments: the
    expression and the association list.
    
    The final line is missing a closing parenthesis in the original document
    to match the initial opening parenthesis.
    
    This commit also adds a missing closing parenthesis on line 10.
    jkuebart committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    28a4388 View commit details
    Browse the repository at this point in the history
  2. fix: correct first assoc

    Add missing opening and closing parentheses on line 9.
    Add missing closing parenthesis on line 10.
    jkuebart committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0828b3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33861ac View commit details
    Browse the repository at this point in the history
  4. fix: correct evcond and evlis

    Remove extra opening parenthesis in evcond, line 41.
    Add missing opening parenthesis in evlis, line 67.
    jkuebart committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2abaebd View commit details
    Browse the repository at this point in the history