Skip to content

Commit f70f8a3

Browse files
committed
Rust: fix utf8 test
1 parent 1135bf6 commit f70f8a3

File tree

3 files changed

+32
-41
lines changed

3 files changed

+32
-41
lines changed

rust/ql/test/extractor-tests/utf8/CONSISTENCY/ExtractionConsistency.expected

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,33 @@
11
| lib.rs:1:1:2:22 | SourceFile |
2-
| lib.rs:2:1:2:8 | Module |
3-
| lib.rs:2:5:2:8 | Name |
4-
| lib.rs:2:10:2:20 | NameRef |
5-
| lib.rs:2:10:2:20 | Path |
6-
| lib.rs:2:10:2:20 | PathSegment |
7-
| lib.rs:2:10:2:21 | MacroCall |
8-
| utf8-identifiers.rs:1:1:4:6 | foo |
9-
| utf8-identifiers.rs:1:1:12:2 | SourceFile |
10-
| utf8-identifiers.rs:1:4:1:6 | Name |
11-
| utf8-identifiers.rs:1:7:4:1 | GenericParamList |
12-
| utf8-identifiers.rs:2:5:2:6 | Lifetime |
13-
| utf8-identifiers.rs:2:5:2:6 | LifetimeParam |
14-
| utf8-identifiers.rs:3:5:3:5 | Name |
15-
| utf8-identifiers.rs:3:5:3:5 | TypeParam |
16-
| utf8-identifiers.rs:4:2:4:3 | ParamList |
17-
| utf8-identifiers.rs:4:5:4:6 | BlockExpr |
18-
| utf8-identifiers.rs:4:5:4:6 | StmtList |
19-
| utf8-identifiers.rs:6:1:8:1 | Struct |
20-
| utf8-identifiers.rs:6:8:6:8 | Name |
21-
| utf8-identifiers.rs:6:10:8:1 | RecordFieldList |
22-
| utf8-identifiers.rs:7:5:7:5 | Name |
23-
| utf8-identifiers.rs:7:5:7:13 | RecordField |
24-
| utf8-identifiers.rs:7:9:7:13 | NameRef |
25-
| utf8-identifiers.rs:7:9:7:13 | Path |
26-
| utf8-identifiers.rs:7:9:7:13 | PathSegment |
27-
| utf8-identifiers.rs:7:9:7:13 | PathType |
28-
| utf8-identifiers.rs:10:1:10:3 | Visibility |
29-
| utf8-identifiers.rs:10:1:12:1 | main |
30-
| utf8-identifiers.rs:10:8:10:11 | Name |
31-
| utf8-identifiers.rs:10:12:10:13 | ParamList |
32-
| utf8-identifiers.rs:10:15:12:1 | BlockExpr |
33-
| utf8-identifiers.rs:10:15:12:1 | StmtList |
34-
| utf8-identifiers.rs:11:5:11:24 | LetStmt |
35-
| utf8-identifiers.rs:11:9:11:9 | Name |
36-
| utf8-identifiers.rs:11:9:11:9 | \u03b1 |
37-
| utf8-identifiers.rs:11:14:11:23 | 0.00001f64 |
2+
| lib.rs:2:1:2:21 | Module |
3+
| lib.rs:2:5:2:20 | Name |
4+
| utf8_identifiers.rs:1:1:4:6 | foo |
5+
| utf8_identifiers.rs:1:1:12:2 | SourceFile |
6+
| utf8_identifiers.rs:1:4:1:6 | Name |
7+
| utf8_identifiers.rs:1:7:4:1 | GenericParamList |
8+
| utf8_identifiers.rs:2:5:2:6 | Lifetime |
9+
| utf8_identifiers.rs:2:5:2:6 | LifetimeParam |
10+
| utf8_identifiers.rs:3:5:3:5 | Name |
11+
| utf8_identifiers.rs:3:5:3:5 | TypeParam |
12+
| utf8_identifiers.rs:4:2:4:3 | ParamList |
13+
| utf8_identifiers.rs:4:5:4:6 | BlockExpr |
14+
| utf8_identifiers.rs:4:5:4:6 | StmtList |
15+
| utf8_identifiers.rs:6:1:8:1 | Struct |
16+
| utf8_identifiers.rs:6:8:6:8 | Name |
17+
| utf8_identifiers.rs:6:10:8:1 | RecordFieldList |
18+
| utf8_identifiers.rs:7:5:7:5 | Name |
19+
| utf8_identifiers.rs:7:5:7:13 | RecordField |
20+
| utf8_identifiers.rs:7:9:7:13 | NameRef |
21+
| utf8_identifiers.rs:7:9:7:13 | Path |
22+
| utf8_identifiers.rs:7:9:7:13 | PathSegment |
23+
| utf8_identifiers.rs:7:9:7:13 | PathType |
24+
| utf8_identifiers.rs:10:1:10:3 | Visibility |
25+
| utf8_identifiers.rs:10:1:12:1 | main |
26+
| utf8_identifiers.rs:10:8:10:11 | Name |
27+
| utf8_identifiers.rs:10:12:10:13 | ParamList |
28+
| utf8_identifiers.rs:10:15:12:1 | BlockExpr |
29+
| utf8_identifiers.rs:10:15:12:1 | StmtList |
30+
| utf8_identifiers.rs:11:5:11:24 | LetStmt |
31+
| utf8_identifiers.rs:11:9:11:9 | Name |
32+
| utf8_identifiers.rs:11:9:11:9 | \u03b1 |
33+
| utf8_identifiers.rs:11:14:11:23 | 0.00001f64 |

0 commit comments

Comments
 (0)