| 19123 | } |
| 19124 | } |
| 19125 | class ParsersReservedAtomsTestParser extends AbstractParsersAtomTestParser { |
| 19126 | isValid(str) { |
| 19127 | if (!this._set) this._set = new Set(this.content.split(" ")) |
| 19128 | return !this._set.has(str) |
nothing calls this directly
no outgoing calls
no test coverage detected