From 53f72f0ecaf60820a352fb252068de8cb77a8559 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 9 Mar 2017 12:28:25 -0800 Subject: [PATCH] Fix list formatting in a fixture grammar readme --- .../test_grammars/precedence_on_single_child_missing/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/fixtures/test_grammars/precedence_on_single_child_missing/readme.md b/spec/fixtures/test_grammars/precedence_on_single_child_missing/readme.md index 9db7345f..e689cf2e 100644 --- a/spec/fixtures/test_grammars/precedence_on_single_child_missing/readme.md +++ b/spec/fixtures/test_grammars/precedence_on_single_child_missing/readme.md @@ -8,7 +8,8 @@ foo bar { baz } ``` The possible actions are: + 1. `reduce(expression, 1)` - `bar` is an expression being passed to the `foo` function. 2. `shift` - `bar` is a function being called with the block `{ baz }` -The grammars `precedence_on_single_child_negative` and `precedence_on_single_child_positive` show possible resolutions to this conflict. \ No newline at end of file +The grammars `precedence_on_single_child_negative` and `precedence_on_single_child_positive` show possible resolutions to this conflict.