jun.zhou преди 3 години
родител
ревизия
f3d020afd0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/src/core/buffer/buffer.dart

+ 1 - 1
lib/src/core/buffer/buffer.dart

@@ -469,7 +469,7 @@ class Buffer {
     r' '.codeUnitAt(0),
     r'.'.codeUnitAt(0),
     r':'.codeUnitAt(0),
-    r'-'.codeUnitAt(0),
+    // r'-'.codeUnitAt(0),
     r'\'.codeUnitAt(0),
     r'"'.codeUnitAt(0),
     r'*'.codeUnitAt(0),