mirror of
https://github.com/typst/typst
synced 2025-07-27 14:27:56 +08:00
What's with the namespacing on the unit tests ?
This commit is contained in:
parent
91ec946283
commit
c354369b05
@ -485,14 +485,14 @@ This is never reached.
|
||||
#import "#test/mypkg:1.0.0": *
|
||||
|
||||
--- import-from-package-namespace-not-found ---
|
||||
// Error: todo
|
||||
// Error: 9-33 package not found
|
||||
#import "@missingdir/test:0.0.0": *
|
||||
|
||||
--- import-from-package-not-found ---
|
||||
// Error: todo
|
||||
// Error: 9-33 package not found
|
||||
#import "@test/missingpkg:0.0.0": *
|
||||
|
||||
--- import-from-package-version-not-found ---
|
||||
// Error: todo
|
||||
// Error: 9-28 package not found
|
||||
#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