Skip to content

Commit 80de44f

Browse files
authored
Merge pull request #3560 from masatake/ptags-escseq-in-name-field
readtags: print name fields with escaping as explained in tags(5)
2 parents f1db2a7 + f09376c commit 80de44f

21 files changed

+128
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!_PTAG value\ /comment/;"
2+
regular_tag /path/to/file /^pattern$/;" kind:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!_PTAG value\\ /comment/;"
2+
regular_tag /path/to/file /^pattern$/;" kind:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!_PTAG value\t /comment/;"
2+
regular_tag /path/to/file /^pattern$/;" kind:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!_PTAG\ value /comment/;"
2+
regular_tag /path/to/file /^pattern$/;" kind:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!_PTAG\\ value /comment/;"
2+
regular_tag /path/to/file /^pattern$/;" kind:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!_PTAG\t value /comment/;"
2+
regular_tag /path/to/file /^pattern$/;" kind:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!_PTAG value /comment/;"
2+
regular_tag /path/to/file\ /^pattern$/;" kind:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!_PTAG value /comment/;"
2+
regular_tag /path/to/file\\ /^pattern$/;" kind:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!_PTAG value /comment/;"
2+
regular_tag /path/to/file\t /^pattern$/;" kind:

0 commit comments

Comments
 (0)