Skip to content

Commit b110e08

Browse files
authored
Merge branch 'main' into 16-add-clang-formater
2 parents 49a391a + a423b24 commit b110e08

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/ruby/test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$LOAD_PATH.unshift File.expand_path('../../lib', __dir__)
2+
13
require "erbx"
24

35
puts ERBX.lex("<html><html>")

ext/erbx/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
require "erbx"
66

7-
ERBX.lex("<html><html>")
7+
puts ERBX.lex("<html><html>")

0 commit comments

Comments
 (0)