Logo
Explore Help
Sign In
talexander/organic
1
0
Fork 0
You've already forked organic
Code Issues Pull Requests Releases Activity
organic/src/lib.rs

13 lines
268 B
Rust
Raw Normal View History

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.
2023-04-18 22:38:18 -04:00
#![feature(round_char_boundary)]
#![feature(exit_status_error)]
Put compare modules behind feature flag in library.
2023-04-21 18:50:52 -04:00
#[cfg(feature = "compare")]
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.
2023-04-18 22:38:18 -04:00
mod compare;
Put compare modules behind feature flag in library.
2023-04-21 18:50:52 -04:00
#[cfg(feature = "compare")]
Format the code.
2023-04-21 14:35:34 -04:00
pub use compare::compare_document;
Put compare modules behind feature flag in library.
2023-04-21 18:50:52 -04:00
#[cfg(feature = "compare")]
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.
2023-04-18 22:38:18 -04:00
pub use compare::emacs_parse_org_document;
Put compare modules behind feature flag in library.
2023-04-21 18:50:52 -04:00
mod error;
Expose the parser module instead of re-exporting all of its contents.
2023-04-21 18:57:38 -04:00
pub mod parser;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 887ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API