~vcs-imports/gawk/master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
FPAT =  ([^,]*)|("([^"]|"")+")
------------------------------------------------

"PDQ",,,
  4:   
      <1: PDQ>
      <2: >
      <3: >
      <4: >
 
------------------------------------------------

"line 1",,,"http://file.a/A%20Guide%20"
  4:   
      <1: line 1>
      <2: >
      <3: >
      <4: http://file.a/A%20Guide%20>
 
------------------------------------------------

"line 2",,,"https://www.whitgt.pdf"
  4:   
      <1: line 2>
      <2: >
      <3: >
      <4: https://www.whitgt.pdf>
 
------------------------------------------------

"line 3, and xyz",,,"http://www.c/main.pdf"
  4:   
      <1: line 3, and xyz>
      <2: >
      <3: >
      <4: http://www.c/main.pdf>
 
------------------------------------------------

"line 4 "" and abc",,,http://file.a/A%20Guide%20
  4:   
      <1: line 4 " and abc>
      <2: >
      <3: >
      <4: http://file.a/A%20Guide%20>
 
------------------------------------------------

line 5,,,https://www.whitgt.pdf
  4:   
      <1: line 5>
      <2: >
      <3: >
      <4: https://www.whitgt.pdf>
 
------------------------------------------------

line 6,,,http://file.a/A%20Guide%20
  4:   
      <1: line 6>
      <2: >
      <3: >
      <4: http://file.a/A%20Guide%20>