Simon Krajewski 8 tahun lalu
induk
melakukan
afe5f08f9d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 	}
 }