Skip to content

Commit

Permalink
Rename: mark invalid code as invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
sozysozbot committed Jul 27, 2020
1 parent f7379f6 commit 19741c1
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fn main() {
}
```

### test027.wy
### invalid027.wy
```
加一以三。加二以三。減其以其。
加一以三。加二以三。減其於其。
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ fn test026() {
test("test026")
}
#[test]
fn test027() {
test("test027")
fn invalid027() {
test("invalid027")
}
#[test]
fn test028() {
Expand All @@ -167,24 +167,24 @@ fn test032() {
test("test032")
}
#[test]
fn test033() {
test("test033")
fn invalid033() {
test("invalid033")
}
#[test]
fn test034() {
test("test034")
fn invalid034() {
test("invalid034")
}
#[test]
fn test035() {
test("test035")
}
#[test]
fn test036() {
test("test036")
fn invalid036() {
test("invalid036")
}
#[test]
fn test037() {
test("test037")
fn invalid037() {
test("invalid037")
}
#[test]
fn test038() {
Expand Down

0 comments on commit 19741c1

Please sign in to comment.