Merge branch 'testRoboReveal' of https://github.com/Team4388/2022NoWayHome into testRoboReveal

This commit is contained in:
aarav18
2022-03-14 15:16:39 -06:00
@@ -116,7 +116,7 @@
return 'point';
else if(raw.match(/\[[a-zA-Z0-9.,_{}\(\)]*\]/))
return 'array';
else if(raw.contains('='))
else if(raw.includes('='))
return 'number';
else
return 'none';