[fine] Type testing with probes and reporting
I'm proud of the test harness here actually. Also fix a bug in checking!
This commit is contained in:
parent
c0f40aa512
commit
618e0028d3
10 changed files with 192 additions and 78 deletions
|
|
@ -15,7 +15,7 @@ fn generate_test_for_file(path: PathBuf) -> String {
|
|||
while let Some(line) = lines.next() {
|
||||
let line = match line.strip_prefix("//") {
|
||||
Some(line) => line,
|
||||
None => break,
|
||||
None => continue,
|
||||
};
|
||||
|
||||
let line = line.trim();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue