Simon Krajewski 8 ani în urmă
părinte
comite
afe5f08f9d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
 	}
 }