fix bug in here_string

pull/483/head
6cdh 2023-02-12 16:45:38 +07:00
parent 24ccd0c527
commit 3c418168a4
5 changed files with 24 additions and 26 deletions

@ -155,7 +155,7 @@ sample_files/qml_before.qml sample_files/qml_after.qml
622951bb34dbae3e35acd72d712bf127 - 622951bb34dbae3e35acd72d712bf127 -
sample_files/racket_before.rkt sample_files/racket_after.rkt sample_files/racket_before.rkt sample_files/racket_after.rkt
f58eb5cbecef254db0486c8dfa6f12a4 - 72df7268ccc4302ae820aaaa72c7135e -
sample_files/r_before.R sample_files/r_after.R sample_files/r_before.R sample_files/r_after.R
7a9bc4e3ba87b6f2139a6cdadcc7ee5f - 7a9bc4e3ba87b6f2139a6cdadcc7ee5f -

@ -15,4 +15,3 @@
#<<E #<<E
abc abc
E E

@ -14,4 +14,3 @@
#<<END #<<END
abc abc
END END

@ -1,13 +1,13 @@
=== ===
test1 test1
=== ===
;; NOTE: this file use CRLF ;; NOTE: this file use CRLF
#<< #<<
#<< #<<
--- ---
(program (program
(comment) (comment)
(here_string)) (here_string))

@ -1,12 +1,12 @@
=== ===
test1 test1
=== ===
;; NOTE: this file use CRLF ;; NOTE: this file use CRLF
#<< #<<
--- ---
(program (program
(comment) (comment)
(here_string)) (here_string))