Explorar o código

word separators

jun.zhou %!s(int64=3) %!d(string=hai) anos
pai
achega
f3d020afd0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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),