Skip to content

Commit

Permalink
sample
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhiya committed Oct 14, 2024
1 parent 44fc200 commit f77121e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/fittencode/opl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ end

local function sample()
local env = {
messages = { { author = 'alice', content = 'hello' }, { author = 'bot', content = 'hi' } },
messages = { { author = 'alice', content = 'hello\n' }, { author = 'bot', content = 'hi\n' } },
-- messages = { { author = vim.inspect(1), content = vim.inspect(vim) }, { author = 'bot', content = 'hi' } },
}
local env_name, code = CompilerRunner(env, read_file('source.txt'))
Expand Down

0 comments on commit f77121e

Please sign in to comment.