summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/errors/multiple_number_separators.gd
blob: f3227837760c9e7ea081f309a8aa82dc94c6a2ba (plain)
1
2
3
func test():
	# Number separators may not be placed right next to each other.
	var _num = 1__23