You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Alexander 96e8dd63a7
Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two.
4 years ago
..
README.md Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two. 4 years ago
array.json Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two. 4 years ago
boolean.json Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two. 4 years ago
float.json Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two. 4 years ago
integer.json Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two. 4 years ago
main.dust Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two. 4 years ago
null.json Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two. 4 years ago
object.json Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two. 4 years ago
string.json Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two. 4 years ago

README.md

I had to split the generated_filters test into two tests because dustjs is limited to 65536 characters of output (a shortcoming duster will not have).