diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-09-12 01:35:30 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-09-12 01:35:30 +0200 |
| commit | e72e20e025ab14320c79c2dca75721a0a5e002bd (patch) | |
| tree | 3b2d0d90f38c80442ee518e000b4026e753c66c9 /testsuite/compilable/trailing_text.elna | |
| parent | 2d3ba9b352478e5a3d3add482f56f1c801965428 (diff) | |
| download | elna-e72e20e025ab14320c79c2dca75721a0a5e002bd.tar.gz | |
Allow random text after ending the module
Diffstat (limited to 'testsuite/compilable/trailing_text.elna')
| -rw-r--r-- | testsuite/compilable/trailing_text.elna | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/compilable/trailing_text.elna b/testsuite/compilable/trailing_text.elna new file mode 100644 index 0000000..1eb3595 --- /dev/null +++ b/testsuite/compilable/trailing_text.elna @@ -0,0 +1,4 @@ +end. + +Everything after the module terminator is ignored and is never scanned, so it +does not have to be Elna: proc 1 2 3 "unterminated |
