Commit Graph

19 Commits (main)

Author SHA1 Message Date
Tom Alexander 0897061ff6
Add wasm tests to the CI. 5 months ago
Tom Alexander 9a4d290cf8
Apply more suggestions. 7 months ago
Tom Alexander dea3721b1c
Fix reporting errors in tests.
rustfmt Build rustfmt has succeeded Details
rust-build Build rust-build has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
rust-test Build rust-test has succeeded Details
7 months ago
Tom Alexander ddb3144e66
Fix the tests.
rust-build Build rust-build has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
rust-test Build rust-test has succeeded Details
7 months ago
Tom Alexander 07e11e359a
Add tests for odd headline levels. 8 months ago
Tom Alexander 0c363c8dd6
Add tests for tab width. 8 months ago
Tom Alexander 2012e5a6d5
Test org_mode_samples both with and without alphabetical lists enabled. 8 months ago
Tom Alexander 37e85158ea
Reduce the exposed functions when compare feature is enabled. 8 months ago
Tom Alexander 98de5e4ec5
Remove unused sexp parser entry point. 8 months ago
Tom Alexander df79cbd0b7
Give global options their own lifetime. 9 months ago
Tom Alexander f16a554154
Handle org-mode documents passed as args.
We were running into issues where the documents grew too large for being passed as a string to emacs, and we need to handle #+setupfile so we need to start handling org-mode documents as files and not just as anonymous streams of text.

The anonymous stream of text handling will remain because the automated tests use it.
9 months ago
Tom Alexander e9480fd156
Disable the compare tests when the compare feature is disabled.
rustfmt Build rustfmt has succeeded Details
rust-test Build rust-test has succeeded Details
rust-build Build rust-build has succeeded Details
9 months ago
Tom Alexander 3206027b96
Add all entities. 9 months ago
Tom Alexander 8561fdc1bd
Make the autogen prefix fully integrated into the test name.
rustfmt Build rustfmt has succeeded Details
rust-test Build rust-test has succeeded Details
rust-build Build rust-build has succeeded Details
9 months ago
Tom Alexander 09821c8898
Prefix the automatically generated tests.
rustfmt Build rustfmt has succeeded Details
rust-test Build rust-test has succeeded Details
rust-build Build rust-build has succeeded Details
9 months ago
Tom Alexander 74f4aa8d33
Remove dependency on files for running compare.
The tests still use files since they get the test name from a file but compare does the same action via stdin so it can operator on any org source.
9 months ago
Tom Alexander 6e406d71b6
Introduce a sexp_with_padding parser. 1 year ago
Tom Alexander 80afe795cd
Print out the org source text also. 1 year ago
Tom Alexander 72c8da94a3
Hook the integration tests into rust's test framework.
Instead of using a hacked-together shell script, use rust's test framework to do the comparison.
1 year ago