spec/rley/parser/earley_parser_spec.rb in rley-0.1.08 vs spec/rley/parser/earley_parser_spec.rb in rley-0.1.09
- old
+ new
@@ -585,10 +585,9 @@
"F => . 'a' | 4" # Predict from (8)
]
compare_state_texts(parse_result.chart[4], expected)
end
end # context
-
end # describe
end # module
end # module
# End of file