neovm-core 0.0.2

Core runtime structures for NeoVM
1
2
3
4
5
6
7
//! Compatibility regression tests.
//!
//! These tests lock behavior for GNU Emacs compatibility paths that were
//! historically implemented in `compat_internal`.
#[cfg(test)]
#[path = "compat_regressions_test.rs"]
mod tests;