Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
L.Schmidt committed Mar 20, 2022
1 parent b47e027 commit c004d97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/strings/stringliterals.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
testing stringliterals

t{ "abc" s( abc) pack$ $= -> true }t
t{ 'def' s( def) pack$ $= -> true }t
t{ "'" asc -> '' }t
t{ "123" evaluate$ -> '123' evaluate$ }t

0 comments on commit c004d97

Please sign in to comment.