mirror of
https://github.com/typst/typst
synced 2025-07-27 06:17:53 +08:00
What's with the namespacing on the unit tests ?
This commit is contained in:
parent
407b006dc6
commit
3292aeaaa1
@ -485,14 +485,14 @@ This is never reached.
|
|||||||
#import "#test/mypkg:1.0.0": *
|
#import "#test/mypkg:1.0.0": *
|
||||||
|
|
||||||
--- import-from-package-namespace-not-found ---
|
--- import-from-package-namespace-not-found ---
|
||||||
// Error: todo
|
// Error: 9-33 package not found
|
||||||
#import "@missingdir/test:0.0.0": *
|
#import "@missingdir/test:0.0.0": *
|
||||||
|
|
||||||
--- import-from-package-not-found ---
|
--- import-from-package-not-found ---
|
||||||
// Error: todo
|
// Error: 9-33 package not found
|
||||||
#import "@test/missingpkg:0.0.0": *
|
#import "@test/missingpkg:0.0.0": *
|
||||||
|
|
||||||
--- import-from-package-version-not-found ---
|
--- import-from-package-version-not-found ---
|
||||||
// Error: todo
|
// Error: 9-28 package not found
|
||||||
#import "@test/mypkg:5.0.0": *
|
#import "@test/mypkg:5.0.0": *
|
||||||
|
|
||||||
|
2
tests/testit
Normal file
2
tests/testit
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
alias testit="cargo test --workspace --test tests --"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user