Browse Source

onto the parser

ag-yep
Taylor Bockman 7 years ago
parent
commit
a73dae7568
  1. 0
      src/parser.rs
  2. 2
      tests/lib.rs

0
src/parser.rs

2
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");
}

Loading…
Cancel
Save