diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2025-08-14 02:49:20 +0200 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2025-08-14 02:49:20 +0200 |
| commit | 833d81f2b010ecaafac935d21a3f15f80cce1e25 (patch) | |
| tree | 14ae967692ca92a7c0a16866723438b26747589e /test/golden/abbr/parsing.golden | |
| parent | 0a59ce43beaf13ec25a4483aaf7b8a66d9e4907e (diff) | |
Improve scanning
Fixes scanning of relation symbols and adds a few error cases for function symbols.
Diffstat (limited to 'test/golden/abbr/parsing.golden')
| -rw-r--r-- | test/golden/abbr/parsing.golden | 41 |
1 files changed, 22 insertions, 19 deletions
diff --git a/test/golden/abbr/parsing.golden b/test/golden/abbr/parsing.golden index 77a4c47..21e4c60 100644 --- a/test/golden/abbr/parsing.golden +++ b/test/golden/abbr/parsing.golden @@ -122,25 +122,28 @@ ) ( Marker "dummy_abbr_test_noun" ) ( Lemma [] - ( StmtNoun - ( TermExpr - ( ExprVar - ( NamedVar "x" ) - ) :| [] - ) NounPhrase ( [] ) - ( Noun - ( SgPl - { sg = - [ Just - ( Word "function" ) - ] - , pl = - [ Just - ( Word "functions" ) - ] - } - ) [] - ) ( Nothing ) ( [] ) ( Nothing ) + ( SymbolicQuantified Universally + ( NamedVar "x" :| [] ) Unbounded Nothing + ( StmtNoun + ( TermExpr + ( ExprVar + ( NamedVar "x" ) + ) :| [] + ) NounPhrase ( [] ) + ( Noun + ( SgPl + { sg = + [ Just + ( Word "function" ) + ] + , pl = + [ Just + ( Word "functions" ) + ] + } + ) [] + ) ( Nothing ) ( [] ) ( Nothing ) + ) ) ) , BlockAbbr |
