Skip to content

Commit 68050ab

Browse files
committed
Finish 3.3.4
2 parents 1723c5e + 625a4c8 commit 68050ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)