*Info: maybe contains some of this:
MC-51960
When you create a scoreboard objective, called for example:
/scoreboard objectives add Game.2.Points dummy
It works perfectly, even when you do:
/scoreboard players set @p Game.2.Points 1
But when you try:
/testfor @a[score_Game.2.Points=1]
it won't work.
The same is with all signs which aren't letters (exepct "§")
Linked issues
is duplicated by 3
Comments 6
Kinda late with this comment, but I was watching the older issue (now deemed duplicate of this one).
I wonder, why the proposed fix in that older MC-11058 would not work (applied in all the necessary places)? (Instead of taking the "won't fix" & "read the JIRA regularly and after hours of searching learn to use more and more quirks, i.e. in this case to not use some characters" -resolution...)
Replace = with 2 and try again.