Triply-Dev / YASGUI.YASQE-deprecated

Deprecated, see https://github.com/TriplyDB/Yasgui for the Yasgui monorepo
MIT License
73 stars 36 forks source link

Infinite loop when pasting a query in quotes #96

Closed elated closed 7 years ago

elated commented 7 years ago

Browser hangs because of infinite loop in findFirstPrefix function when pasting the following line in the editor:

"PREFIX dc: \nDELETE DATA\n{\nGRAPH {\n dc:title \"A new book\" ;\n dc:creator \"A.N.Other\" .\n }\n}" Paste with the quotes.

LaurensRietveld commented 7 years ago

thanks for the report, this should be fixed in the newest version