tree-sitter/test/runtime
Phil Turnbull 18f261ad51 Initialise all fields of TSParseOptions in tests
This should prevent any confusing failures in the unit tests:

test/runtime/document_test.cc:381:7: warning: Passed-by-value struct argument contains uninitialized data (e.g., field: 'changed_range_count')
      ts_document_parse_with_options(document, options);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/runtime/document_test.cc:408:7: warning: Passed-by-value struct argument contains uninitialized data (e.g., field: 'changed_range_count')
      ts_document_parse_with_options(document, options);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2017-06-14 11:12:06 -04:00
..
document_test.cc Initialise all fields of TSParseOptions in tests 2017-06-14 11:12:06 -04:00
node_test.cc Rename spec -> test 2017-03-09 20:40:01 -08:00
parser_test.cc Finish test for invalid UTF8 handling 2017-04-27 14:48:16 -07:00
stack_test.cc Rename spec -> test 2017-03-09 20:40:01 -08:00
tree_test.cc Add simple unit test for invalidating trees preceding an edit due to lookahead 2017-03-13 17:34:31 -07:00