1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/test/results/litterals.ans
Étienne Reuh Fildadut 13ce7a2efa [language] flush literals are now --- instead of empty lines
Empty lines could lead to unexpected flushes, for example when calling another function where empty lines are used for code presentation.
2024-04-30 23:06:08 +02:00

33 lines
No EOL
631 B
Text

--# run #--
--- text ---
| {}"numbers:" |
| {}"" {}"0" {}"" |
| {}"" {}"12" {}"" |
| {}"" {}"0.87" {}"" |
| {}"" {}"39.12" {}"" |
| {}"strings:" |
| {}"" {}"foo" {}"" |
| {}"tuple:" |
| {}"" {}"[4, 8, 9]" {}"" |
| {}"struct:" |
| {}"" {}"{1:9, 2:8, 7:4}" {}"" |
| {}"symbols:" |
| {}"" {}":ab" {}"" |
| {}"anchor:" |
| {}"" {}"#jdfe" {}"" |
| {}"" {}"#foo bar" {}"" |
| {}"boolean:" |
| {}"" {}"false" {}"" |
| {}"" {}"true" {}"" |
| {}"nil:" |
| {}"" {}"()" {}"" |
| {}"pair:" |
| {}"" {}"6:8" {}"" |
| {}"" {}"\"d\":[]" {}"" |
| {}"function:" |
| {}"" {}"$() 12" {}"" |
| {}"" {}"$(x) x" {}"" |
--- return ---
()
--# saved #--
{}