This improves test coverage of the lexer. Before, a SpyReader's read function would return pointers into a single string that contained the entire text. This could have masked bugs where out-of-bounds characters were being read. Now the chunks returned by the reader are copied into a separate buffer. |
||
|---|---|---|
| .. | ||
| helpers | ||
| languages | ||
| document_spec.cc | ||
| node_spec.cc | ||
| parser_spec.cc | ||
| runtime_spec_helper.h | ||
| runtime_specs.cc | ||
| stack_spec.cc | ||
| tree_spec.cc | ||