bug avec les lignes sans espaces après le nom d'attribut
This commit is contained in:
parent
03cf3dcad2
commit
57515be0cd
|
@ -1 +1 @@
|
||||||
007020001
|
007020002
|
||||||
|
|
|
@ -697,7 +697,7 @@ function parse_attr(line) {
|
||||||
return line
|
return line
|
||||||
}
|
}
|
||||||
function parse_value(line) {
|
function parse_value(line) {
|
||||||
sub(/^[^:]+::? /, "", line)
|
sub(/^[^:]+::? */, "", line)
|
||||||
return line
|
return line
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue