test: add error snippet formatting test
This commit is contained in:
Executable
BIN
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,4 @@
|
|||||||
|
[package]
|
||||||
|
name = "error_snippet_test"
|
||||||
|
version = "0.1.0"
|
||||||
|
pkgType = "bin"
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
func Main() -> int {
|
||||||
|
let x: int = undefined_variable;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user