diff options
| author | Emilio Jesus Gallego Arias | 2020-02-12 09:34:13 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-02-12 09:34:13 +0100 |
| commit | 2a4d9569570584c300fcb19c3804fe07578eef12 (patch) | |
| tree | 459ddbf1343f8301b374d2e6711d531449c0f7c5 /test-suite | |
| parent | 44c3458deb687814379f7d05b27487b0ff9f2d38 (diff) | |
| parent | 6884867957d1cc361030cffd18d24cb8a231dd10 (diff) | |
Merge PR #11573: Fixing extra space in front of keywords in Print Grammar
Reviewed-by: ejgallego
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 |
