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

42 lines
No EOL
748 B
Text

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