diff options
| author | Ian Lance Taylor <iant@golang.org> | 2021-04-19 12:20:18 -0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2021-05-04 23:35:34 +0000 |
| commit | 137be7712f479dc820ef56c818913a98fa24b80e (patch) | |
| tree | 8297714cc309e1e34c8c543eefe87d540ae064ac /src/embed/internal/embedtest/testdata | |
| parent | cb0658e624e33ca3e96036dbdd48b1282acb189d (diff) | |
| download | go-137be7712f479dc820ef56c818913a98fa24b80e.tar.xz | |
embed/internal/embedtest: add test for embedded path starting with dash
Fixes #45447
Change-Id: I1b1a0a844ee4345ced1a007bbe53db035183175f
Reviewed-on: https://go-review.googlesource.com/c/go/+/311529
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Diffstat (limited to 'src/embed/internal/embedtest/testdata')
| -rw-r--r-- | src/embed/internal/embedtest/testdata/-not-hidden/fortune.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/embed/internal/embedtest/testdata/-not-hidden/fortune.txt b/src/embed/internal/embedtest/testdata/-not-hidden/fortune.txt new file mode 100644 index 0000000000..31f2013f94 --- /dev/null +++ b/src/embed/internal/embedtest/testdata/-not-hidden/fortune.txt @@ -0,0 +1,2 @@ +WARNING: terminal is not fully functional + - (press RETURN) |
