Skip to content

Commit d58fe26

Browse files
committed
test
1 parent 567f018 commit d58fe26

File tree

1 file changed

+1
-1
lines changed
  • src/SimpleStateMachine.StructuralSearch.Sandbox

1 file changed

+1
-1
lines changed

src/SimpleStateMachine.StructuralSearch.Sandbox/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public Placeholder(bool isCorrect, string value)
2424
}
2525
static void Main(string[] args)
2626
{
27-
27+
//Test
2828
// var abv = Common.Symbol.ManyString();
2929
// // AnyCharExcept(' ', '$')
3030
// // var any = Parser<TToken>.Token((Func<TToken, bool>) (_ => true)).Labelled("any character")

0 commit comments

Comments
 (0)