Commit 0912e65c by Hampton Catlin

some more test lines

parent d7db05f0
...@@ -21,6 +21,6 @@ task :run do ...@@ -21,6 +21,6 @@ task :run do
ptr = SassC::Lib.sass_new_context() ptr = SassC::Lib.sass_new_context()
ctx = SassC::Lib::Context.new(ptr) ctx = SassC::Lib::Context.new(ptr)
ctx[:input_string] = SassC::Lib.to_char("hi { width: 30px; }") ctx[:input_string] = SassC::Lib.to_char("hi { width: 30px; }")
SassC::Lib.sass_compile(ctx) puts "!!!" + SassC::Lib.sass_compile(ctx.to_ptr).to_s
#puts ctx[:output_string] #puts ctx[:output_string]
end end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment