nishtahir / language-kotlin

Textmate language grammar for the Kotlin programming language
Apache License 2.0
12 stars 6 forks source link

Fix issue with quotes inside tripple quoted string (Issue #26) #35

Closed shaeberling closed 3 years ago

shaeberling commented 3 years ago

This ensures that a tripple quoted string is not closed until the last quote. Before this patch it would try to start closing the triple quote starting the first quote it encounters.

codecov[bot] commented 3 years ago

Codecov Report

Merging #35 (92f1a8f) into master (25c8a55) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   67.47%   67.47%           
=======================================
  Files          12       12           
  Lines         455      455           
=======================================
  Hits          307      307           
  Misses        148      148           
Impacted Files Coverage Δ
src/literals.YAML-tmLanguage 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 25c8a55...92f1a8f. Read the comment docs.