Connor Skees
|
6322bae14c
|
increase code coverage
|
2022-12-26 18:45:09 -05:00 |
|
Connor Skees
|
884b92f476
|
remove test macro shorthand for unchanged output
|
2020-11-20 04:34:36 -05:00 |
|
Connor Skees
|
a665cb13cc
|
remove cfg(test) from test files
|
2020-08-11 20:22:24 -04:00 |
|
ConnorSkees
|
709b95d035
|
improve span information in values
|
2020-05-21 11:48:38 -04:00 |
|
ConnorSkees
|
9a3035049a
|
error tests for to-{upper,lower}-case
|
2020-05-19 00:21:43 -04:00 |
|
ConnorSkees
|
13a96273e4
|
emit charset only when output contains utf-8
|
2020-04-05 23:20:47 -04:00 |
|
ConnorSkees
|
7164728c69
|
properly handle hash in string
|
2020-03-30 02:54:11 -04:00 |
|
ConnorSkees
|
991b87f335
|
str-slice start/end equality does not preclude output
|
2020-03-23 14:16:27 -04:00 |
|
ConnorSkees
|
f4f9a79b2b
|
handle large integers in builtin string functions
|
2020-03-23 14:03:47 -04:00 |
|
ConnorSkees
|
d19c112765
|
str-len is a count of characters, not bytes
|
2020-03-22 18:24:09 -04:00 |
|
ConnorSkees
|
c392c33ad8
|
properly insert into empty strings
|
2020-03-22 18:13:55 -04:00 |
|
ConnorSkees
|
92809b1d03
|
Allow attributes in test macros
|
2020-03-22 18:13:23 -04:00 |
|
ConnorSkees
|
585786318f
|
handle double wide characters in str-insert
|
2020-03-22 17:49:21 -04:00 |
|
ConnorSkees
|
9965fe99fe
|
handle negative numbers more accurately in str-insert
|
2020-03-22 17:13:38 -04:00 |
|
ConnorSkees
|
047fd1d3de
|
handle str-insert edge cases
|
2020-03-22 16:49:41 -04:00 |
|
ConnorSkees
|
9bf2b9d16c
|
implement builtin function str-insert
|
2020-03-22 16:14:45 -04:00 |
|
ConnorSkees
|
c0ed933850
|
implement builtin function str-index
|
2020-03-22 15:58:32 -04:00 |
|
ConnorSkees
|
42cbd685d3
|
Refactor how function call args are parsed
|
2020-02-16 21:34:52 -05:00 |
|
ConnorSkees
|
c68a55327b
|
Unquote empty string is null
|
2020-02-16 18:45:14 -05:00 |
|
ConnorSkees
|
8f379c425d
|
Add tests for str-length()
|
2020-02-15 09:48:58 -05:00 |
|
ConnorSkees
|
19d68c3c5d
|
Handle str-slice $end-at is 0
|
2020-02-15 08:54:10 -05:00 |
|
ConnorSkees
|
d082583917
|
Handle negative numbers in str-slice()
|
2020-02-15 08:51:00 -05:00 |
|
ConnorSkees
|
fab55c5105
|
Properly handle str-slice() when $start-at is 0
|
2020-02-15 08:33:42 -05:00 |
|
ConnorSkees
|
6c97cd4755
|
Implement builtin function str-slice()
|
2020-02-14 14:23:54 -05:00 |
|
ConnorSkees
|
5cab99cd6e
|
Implement hsl() and hsla() functions
|
2020-02-09 03:13:31 -05:00 |
|
ConnorSkees
|
22670a7e4b
|
Implement builtin function str-length
|
2020-02-08 20:38:37 -05:00 |
|
ConnorSkees
|
07845beee9
|
Implement to-upper-case() and to-lower-case()
|
2020-02-08 20:32:10 -05:00 |
|