Преглед на файлове

remvoe atom prints for test stability

master
Martin Dørum преди 3 години
родител
ревизия
5b73e55a98
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2
    2
      test/examples/builtins.l2
  2. 2
    2
      test/examples/builtins.l2.expected

+ 2
- 2
test/examples/builtins.l2 Целия файл

@@ -57,12 +57,12 @@ print (<= 1 10 100 200)

print "\nprint"
print none
print 'true 'false 'hello
print 'true 'false
print 100
print 100.5
print 0xff
print "Hello World"
print [none 'true 'false 'hello 100.1 "Nope" {} {0}]
print [none 'true 'false 100.1 "Nope" {} {0}]
print {} {a: 10}

print "\nlen"

+ 2
- 2
test/examples/builtins.l2.expected Целия файл

@@ -57,12 +57,12 @@

print
(none)
(true) (false) (atom 26)
(true) (false)
100
100.5
255
Hello World
[(none) (true) (false) (atom 26) 100.1 Nope (namespace) (function)]
[(none) (true) (false) 100.1 Nope (namespace) (function)]
(namespace) (namespace)

len

Loading…
Отказ
Запис