tartrazine/tests/zone/a-record.txt

21 lines
479 B
Plaintext

---input---
delta A 192.0.2.4 ; comment
delta2 A 192.0.2.5
---tokens---
'delta' Name
' ' Text.Whitespace
'A' Keyword.Type
' ' Text.Whitespace
'192.0.2.4' Literal
' ' Text.Whitespace
'; comment' Comment.Single
'\n' Text.Whitespace
'delta2' Name
' ' Text.Whitespace
'A' Keyword.Type
' ' Text.Whitespace
'192.0.2.5' Literal
'\n' Text.Whitespace