updated tests

This commit is contained in:
Luxferre
2026-07-07 08:50:21 +03:00
parent 3b67415d0e
commit 9296bf2984
+1
View File
@@ -77,6 +77,7 @@ if [
" Testing dot: " puts 123 . # Test dot " Testing dot: " puts 123 . # Test dot
" Testing emit: " puts 65 emit cr # Test emit " Testing emit: " puts 65 emit cr # Test emit
" Testing space: " puts 65 emit space 66 emit cr # Test space
" Testing readln: " puts " Testing readln: " puts
readln puts cr # Test readln readln puts cr # Test readln
" Testing .s: " puts .s cr # Test .s " Testing .s: " puts .s cr # Test .s