add a section about examples to README, add imports to tests.rs

This commit is contained in:
Lukáš Hozda
2017-10-15 17:48:24 +02:00
parent 597c2eda21
commit 13a3ba6f77
2 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
use engine::{Engine, Scope, EvalAltResult};
use fn_register::FnRegister;
#[test]
fn test_number_literal() {
let mut engine = Engine::new();