x/text/cmd/gotext: "/" not extracted #50288
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?go version go1.16.3 darwin/amd64
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run
go generate .
on a module with only the following file:What did you expect to see?
The string
/
to appear inlocales/en/out.gotext.json
What did you see instead?
Only the strings
/b
and/a
.The text was updated successfully, but these errors were encountered: