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:
6
tests/13-icu
Normal file
6
tests/13-icu
Normal file
@ -0,0 +1,6 @@
|
||||
cat > test.js << EOF
|
||||
print("Hi");
|
||||
print(parseInt("3").toLocaleString());
|
||||
EOF
|
||||
|
||||
$TILDEFRIENDS test.js
|
Reference in New Issue
Block a user