diff options
Diffstat (limited to 'tests/specs/publish/invalid_path/invalid_path.out')
-rw-r--r-- | tests/specs/publish/invalid_path/invalid_path.out | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/specs/publish/invalid_path/invalid_path.out b/tests/specs/publish/invalid_path/invalid_path.out new file mode 100644 index 000000000..d47cb01de --- /dev/null +++ b/tests/specs/publish/invalid_path/invalid_path.out @@ -0,0 +1,11 @@ +Check file://[WILDCARD]mod.ts +Checking for slow types in the public API... +Check file://[WILDCARD]mod.ts +error[invalid-path]: package path must not contain whitespace (found ' ') + --> [WILDCARD]path with spaces.txt + = hint: rename or remove the file, or add it to 'publish.exclude' in the config file + + info: to portably support all platforms, including windows, the allowed characters in package paths are limited + docs: https://jsr.io/go/invalid-path + +error: Found 1 problem |