Skip to content

Commit

Permalink
Removes another two accidentially committed SOH
Browse files Browse the repository at this point in the history
  • Loading branch information
codeZeilen committed Sep 8, 2021
1 parent 4eaf32d commit 4508309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tests
testGrammarDistinguishesOperandAndUnaryCascades


startRule := #Expression.
self
shouldParse: 'self new test; test' to: #(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tests
testGrammarParsesLocalVariableList


| ruleName |
ruleName := #LocalVariableDeclarationList.
{ '||' . '|a|' . {' | a | ' . '| a |'} . '| ab bc |' . '|ab bc cd|' }
Expand Down

0 comments on commit 4508309

Please sign in to comment.