Improved formatter tests

This commit is contained in:
Devine Lu Linvega 2024-05-09 20:44:35 -07:00
parent 87cc3e816f
commit 4f78e7cb3d
1 changed files with 6 additions and 6 deletions

View File

@ -8,12 +8,12 @@
?(?-) (Formatter) ?(?-) (Formatter)
?((?x ?y) two) aaa(bbb) = two (formatter 1) test ?((aaa (bbb)) ok) aaa(bbb) = ok (formatter 1) test
?((?x ?y) two) (bbb)aaa = two (formatter 2) test ?(((bbb) aaa) ok) (bbb)aaa = ok (formatter 2) test
(a b c ) = (a b c) (formatter 3) test ?(((?a ?b ?c)) ((?a ?b ?c))) (a b c ) = (a b c) (formatter 3) test
( a b c) = (a b c) (formatter 4) test ?(((?a ?b ?c)) ((?a ?b ?c))) ( a b c) = (a b c) (formatter 4) test
( a b c ) = (a b c) (formatter 5) test ?(((?a ?b ?c)) ((?a ?b ?c))) ( a b c ) = (a b c) (formatter 5) test
(a b c ( a b c ) ) = (a b c (a b c)) (formatter 6) test ?(((?a ?b ?c (?d ?e ?f))) ((?a ?b ?c (?d ?e ?f)))) (a b c ( a b c ) ) = (a b c (a b c)) (formatter 6) test
?(?-) (Empty replacements) ?(?-) (Empty replacements)