Menu

#1 double quote string error's patch

open
nobody
None
5
2005-03-10
2005-03-10
Anonymous
No

It's typo....

*** objects.rb.old 2005-03-10 18:17:40.876670753
+0900
--- /usr/lib/ruby/gems/1.8/gems/ruby-json-
1.1.1/lib/json/objects.rb 2005-03-10
18:17:43.825310037 +0900
***************
*** 70,76 ****
|b|
c = b.chr
case c
! when /\\|\">/
newstr << "\\" + c
when "\b"
newstr << "\\b"
--- 70,76 ----
|b|
c = b.chr
case c
! when /\\|\"/
newstr << "\\" + c
when "\b"
newstr << "\\b"

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.