Skip to content

Commit 59d9c22

Browse files
committed
Version 3.3.4.
1 parent 1723c5e commit 59d9c22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.3
1+
3.3.4

lib/rdf/ntriples/reader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def read_literal
314314
rescue ArgumentError
315315
v = literal_str
316316
v += "@#{lang_dir}" if lang_dir
317-
log_error("Invalid Literal (found: \"#{v}\")", lineno: lineno, token: "#v", exception: RDF::ReaderError)
317+
log_error("Invalid Literal (found: \"#{v}\")", lineno: lineno, token: v, exception: RDF::ReaderError)
318318
end
319319

320320
##

0 commit comments

Comments
 (0)