Simon Krajewski 8 jaren geleden
bovenliggende
commit
afe5f08f9d
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      tests/unit/src/unit/issues/Issue6369.hx

+ 1 - 1
tests/unit/src/unit/issues/Issue6369.hx

@@ -2,6 +2,6 @@ package unit.issues;
 
 class Issue6369 extends unit.Test {
 	function test() {
-		eq('{}whoops', '${({}) + 'whoops'}');
+		eq('${({}) + 'whoops'}', '${({}) + 'whoops'}'); // we only care about this parsing
 	}
 }