Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 4220 days ago | link | parent

Rather to my amazement, these test cases work as expected:

  a-1.0

  a.0-1.0
Any other stress test ideas?


4 points by fallintothis 4220 days ago | link

Any other stress test ideas?

Depending on how you parse number literals, there are the examples at the end of http://arclanguage.org/item?id=10149 which I used for stress-testing ssyntax/number highlighting.

-----

3 points by fallintothis 4220 days ago | link

Just in case there are any that are useful, I also used http://pastebin.com/YqxZydyw to test syntax highlighting. A lot of the tests have to do with recognizing Scheme numeric literals, though.

-----