File: tokenizer.rb.applied.patch.txt

package info (click to toggle)
nqxml 1.1.3p1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 412 kB
  • ctags: 331
  • sloc: ruby: 3,177; makefile: 89; xml: 41
file content (9 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
--- tokenizer.rb	Sun Nov 25 13:19:14 2001
+++ ../../nqxml-1.1.3p1/nqxml/tokenizer.rb	Mon Jan  7 13:15:40 2002
@@ -420,5 +420,5 @@ module NQXML
 	    if attrs['standalone'] && !(attrs['standalone'] == 'yes' ||
 					attrs['standalone'] == 'no')
-		str = "xml standalone attribute \"#{attrs['standalone']\"" +
+		str = "xml standalone attribute \"#{attrs['standalone']}\"" +
 		    " illegal; must be \"yes\" or \"no\""
 		raise ParserError.new(str, self)