Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Nov 21, 2023
1 parent fb12ad2 commit fff17cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sclin/test/src/SyntaxSuites.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ class FNBrackSuite extends TU:
"empty" |? "()" ==> dFN(0)
"singleton" |? "\\asdf" ==> dFN(0, CMD("asdf"))
"nested" |? "(()(()))" ==> dFN(0, "()(())".map(_.toString.pipe(CMD(_)))*)
"open end" |? "(()((" =+> Vector(dFN(0, CMD("("), CMD(")"), CMD("(")), dFN(0))
"open end" |? "(()((" =+> Vector:
dFN(0, CMD("("), CMD(")"), CMD("("), CMD("("))

class ARRBrackSuite extends TU:

Expand Down

0 comments on commit fff17cf

Please sign in to comment.