Fix ICU on Linux, and test it.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3343 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2016-09-19 13:02:54 +00:00
parent 143c3ab2d3
commit 599d9c9f45
3 changed files with 8 additions and 1 deletions

6
tests/13-icu Normal file
View File

@ -0,0 +1,6 @@
cat > test.js << EOF
print("Hi");
print(parseInt("3").toLocaleString());
EOF
$TILDEFRIENDS test.js