Skip to content

Commit

Permalink
add padding to commonjs entry points tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 1, 2015
1 parent 275afdd commit da2e002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/commonjs.ls
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ for P in <[.. ../library]>
ok require("#P/fn/string/repeat")(\q 3) is \qqq
ok require("#P/fn/string/starts-with") \qwe, \qw
ok require("#P/fn/string/at")(\a 0) is \a
ok require("#P/fn/string/lpad")(\a 3) is ' a'
ok require("#P/fn/string/rpad")(\a 3) is 'a '
ok require("#P/fn/string/escape-html")('<br />') is '&lt;br /&gt;'
ok require("#P/fn/string/unescape-html")('&lt;br /&gt;') is '<br />'
ok \raw of require("#P/fn/string")
Expand Down

0 comments on commit da2e002

Please # to comment.