Add a commented out test for #343

This commit is contained in:
John Wiegley 2018-08-05 12:15:06 -04:00
parent 8e664631e2
commit 03efacd538
No known key found for this signature in database
GPG key ID: C144D8F4F19FE630

View file

@ -275,6 +275,9 @@ case_select_path = do
(mkPath False "./def")
where select = Fix $ NSelect (mkSym "f") (mkSelector "b") Nothing
-- case_select_keyword = do
-- assertParseText "{ false = \"foo\"; }" $ Fix $ NSet [NamedVar (mkSelector "false") (mkStr "foo") nullPos]
case_fun_app = do
assertParseText "f a b" $ Fix $ NBinary NApp (Fix $ NBinary NApp (mkSym "f") (mkSym "a")) (mkSym "b")
assertParseText "f a.x or null" $ Fix $ NBinary NApp (mkSym "f") $ Fix $