Add lower bounds check for DOM tag reference

- Closes #189
This commit is contained in:
Thomas Lauf 2018-11-25 12:24:30 +01:00
parent 067a475614
commit c598f2bd66
42 changed files with 2522 additions and 2 deletions

View file

@ -0,0 +1,10 @@
# top-most EditorConfig file
root = false
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4