Skip to content

Commit 7b101d0

Browse files
committed
Escape the horizontal tabulation.
1 parent 08679ea commit 7b101d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicodetools/src/main/java/org/unicode/tools/GenerateLinkData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static void main(String[] args) throws IOException {
6161
+ "\n"
6262
+ "# ================================================\n"
6363
+ "\n"
64-
+ "# Property: {3}\n"
64+
+ "# Property:\t{3}\n"
6565
+ "\n"
6666
+ "# All code points not explicitly listed for {3}\n"
6767
+ "# have the value {4}.\n"

0 commit comments

Comments
 (0)