Skip to content

Commit

Permalink
std: Fix excessive whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianBlokland committed Dec 2, 2023
1 parent b108909 commit 0410663
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/format/parser.ns
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,6 @@ assertEq(
p = (matchParser("hello") | matchParser("world")).fromEnd().skipUntil();
p("asdfhellosdfasdfworld"), "world")


assertEq(manyParser(txtBoolParser())("truefalsetruetrue"), true :: false :: true :: true)
assertEq(manyParser(txtBoolParser())("true"), true :: List{bool}())
assertEq(manyParser(txtBoolParser())("true1"), true :: List{bool}())
Expand Down

0 comments on commit 0410663

Please sign in to comment.