Skip to content

Commit d70bf95

Browse files
committed
Fix xunit-syntax-error typo
1 parent db2cc8e commit d70bf95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": 1,
33
"status": "fail",
4-
"message": "\n===== tests/test-xunit-syntax-error.art =====\n\n\n\u001b[0;31m══╡ \u001b[1;31mPackage Error\u001b[0;31m ╞═════════════════════════════════════════════════ <script> ══\u001b[0m\n\n Package not found:\n \u001b[1msrc/xuit-syntax-error\u001b[0m\n\n \u001b[0;90m┃ \u001b[1;90mFile: \u001b[0;90m/root/.arturo/packages/cache/unitt/2.0.1/src/internal/runner.art\n \u001b[0;90m┃ \u001b[1;90mLine: \u001b[0;90m92\n \u001b[0;90m┃ \u001b[0m\n \u001b[0;90m┃ 90 ║ do -> unitt\\finish\u001b[0m\n \u001b[0;90m┃ 91 ║ \u001b[0m\n \u001b[0;90m┃ \u001b[1;90m 92\u001b[0;90m ║\u001b[0;31m►\u001b[0;90m \u001b[1;90m]\u001b[0;90m\u001b[0m"
4+
"message": "\n===== tests/test-xunit-syntax-error.art =====\n\n\n\u001b[0;31m══╡ \u001b[1;31mName Error\u001b[0;31m ╞════════════════════════════════════════════════════ <script> ══\u001b[0m\n\n Cannot resolve requested value\u001b[0m\n\n Identifier not found: \n \u001b[1misLeap\u001b[0m\n\n \u001b[0;90m┃ \u001b[1;90mFile: \u001b[0;90mtests/test-xunit-syntax-error.art\n \u001b[0;90m┃ \u001b[1;90mLine: \u001b[0;90m92\n \u001b[0;90m┃ \u001b[0m\n\n \u001b[4mHint\u001b[0m: Perhaps you meant... \u001b[1mis\u001b[0m ?\n \b\b\b\b\b\bor... \u001b[1mtimestamp\u001b[0m ?\n \b\b\b\b\b\bor... \u001b[1mleap?\u001b[0m ?"
55
}

tests/xunit-syntax-error/tests/test-xunit-syntax-error.art

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import.version:2.0.1 {unitt}!
2-
import {src/xuit-syntax-error}!
2+
import {src/xunit-syntax-error}!
33

44
suite "Leap" [
55
test "a year not divisible by 4 is a common year" [

0 commit comments

Comments
 (0)