diff options
| author | Hugo Herbelin | 2020-02-11 22:30:36 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2020-02-11 22:34:04 +0100 |
| commit | 6884867957d1cc361030cffd18d24cb8a231dd10 (patch) | |
| tree | 90edbcd57b1971bdd1237ef065cd7c2123c79892 /test-suite | |
| parent | cbf5e7e49cfa243b6eac808241894fc504d84e5f (diff) | |
Fixing extra space in "Print Grammar" (i.e. Grammar.Entry.print in Gramlib).
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/output/Notations4.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/output/Notations4.out b/test-suite/output/Notations4.out index 43f88f42a5..f65696e464 100644 --- a/test-suite/output/Notations4.out +++ b/test-suite/output/Notations4.out @@ -4,11 +4,11 @@ Entry constr:myconstr is [ "6" RIGHTA [ ] | "5" RIGHTA - [ SELF; "+"; NEXT ] + [ SELF; "+"; NEXT ] | "4" RIGHTA - [ SELF; "*"; NEXT ] + [ SELF; "*"; NEXT ] | "3" RIGHTA - [ "<"; constr:operconstr LEVEL "10"; ">" ] ] + [ "<"; constr:operconstr LEVEL "10"; ">" ] ] [< b > + < b > * < 2 >] : nat |
