You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Global tags can be specified here in key="value" format.
[global_tags] #fghfgh
# dc
[[agent1.edfgdfg]] #dfgdfgd
[[agent1.edfgdfg]] #dfgdfg
[[agent1.edfgdfg]] #dfgdfgdf
[[agent1.edfgdfg]] #dfgdfgdf
got expected error, but line number is invalid: Syntax error: the table agent1.edfgdfg has already been defined at line 0 (near "]")
$this->processComment(); finds comment after line and move to EOF or \n and do not increase $this->currentLine because after that it takes token again (after switch-case)
(Parser.php lines: 53 => 107 => 114 => 99)
The text was updated successfully, but these errors were encountered:
got expected error, but line number is invalid:
Syntax error: the table agent1.edfgdfg has already been defined at line 0 (near "]")
$this->processComment();
finds comment after line and move to EOF or \n and do not increase$this->currentLine
because after that it takes token again (after switch-case)(Parser.php lines: 53 => 107 => 114 => 99)
The text was updated successfully, but these errors were encountered: