jun.zhou před 3 roky
rodič
revize
f3d020afd0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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),