Skip to content

Commit

Permalink
Add failing test discovered in #115
Browse files Browse the repository at this point in the history
posener committed Jul 8, 2021
1 parent 22a7303 commit d6d038a
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testdata/pkg12_special_symbols/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# pkg12

Package pkg12 tests special symbols

This is issue #115: %!
(MISSING)
3 changes: 3 additions & 0 deletions testdata/pkg12_special_symbols/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module pkg1

go 1.13
4 changes: 4 additions & 0 deletions testdata/pkg12_special_symbols/pkg12.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Package pkg12 tests special symbols
//
// This is issue #115: %
package pkg12

0 comments on commit d6d038a

Please sign in to comment.