Skip to content

Commit

Permalink
Add test for sym_val_lit with evaling_lit
Browse files Browse the repository at this point in the history
  • Loading branch information
sogaiu committed Mar 17, 2023
1 parent 1435704 commit ddb1cfb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/corpus/sym_val_lit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,20 @@ NaN
(source
(sym_val_lit
(sym_lit (sym_name))))

================================================================================
Symbolic Value Literal with Evaling Literal
================================================================================

###=(identity NaN)

--------------------------------------------------------------------------------

(source
(sym_val_lit
(evaling_lit
(list_lit
(sym_lit
(sym_name))
(sym_lit
(sym_name))))))

0 comments on commit ddb1cfb

Please sign in to comment.