From a73dae756834cad086979dd29c0db8dfec6d1a68 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Mon, 18 Dec 2017 14:32:55 -0800 Subject: [PATCH] onto the parser --- src/parser.rs | 0 tests/lib.rs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/parser.rs diff --git a/src/parser.rs b/src/parser.rs new file mode 100644 index 0000000..e69de29 diff --git a/tests/lib.rs b/tests/lib.rs index 30c220f..75cceeb 100644 --- a/tests/lib.rs +++ b/tests/lib.rs @@ -121,7 +121,7 @@ fn send_available_engine_options() { } assert_eq!(str::from_utf8(&output).unwrap_or("Unwrapping output failed in send_identification_data"), "option name Hash type spin default 1 min 1 max 128\n\ - option name NalimovPath type string default c:\\n\ + option name NalimovPath type string default c:\\\n\ option name Clear Hash type button\n\ uciok\n"); }