diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-03 18:15:09 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-03 18:15:09 +0200 |
| commit | 54e0da59e37c25f5b9f9cd8fbe162184debe521b (patch) | |
| tree | 699cdb8e05dd2867a185bd2f662764f107efecb0 /src/parse/tests.rs | |
| parent | 91d14d2a221f619738e4534c1b4266633ce5789d (diff) | |
Small documentation fixes ๐งพ
Diffstat (limited to 'src/parse/tests.rs')
| -rw-r--r-- | src/parse/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/tests.rs b/src/parse/tests.rs index 4315fd2c..21375a0f 100644 --- a/src/parse/tests.rs +++ b/src/parse/tests.rs @@ -366,7 +366,7 @@ fn test_parse_colon_starting_func_args() { e!("[val/๐:$]" => s(4, 4, "expected colon")); // String in invalid header without colon still parsed as string - // Note: No "expected quote" error because not even the string was + // _Note_: No "expected quote" error because not even the string was // expected. e!("[val/\"]" => s(4, 4, "expected colon"), s(7, 7, "expected closing bracket")); |
