This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
local Buffer = require 'tt.buffer'
|
||||
local Buffer = require 'u.buffer'
|
||||
local withbuf = loadfile './spec/withbuf.lua'()
|
||||
|
||||
describe('Buffer', function()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local CodeWriter = require 'tt.codewriter'
|
||||
local CodeWriter = require 'u.codewriter'
|
||||
|
||||
describe('CodeWriter', function()
|
||||
it('should write with indentation', function()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
local Pos = require 'tt.pos'
|
||||
local Pos = require 'u.pos'
|
||||
local withbuf = loadfile './spec/withbuf.lua'()
|
||||
|
||||
describe('Pos', function()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
local Range = require 'tt.range'
|
||||
local Pos = require 'tt.pos'
|
||||
local Range = require 'u.range'
|
||||
local Pos = require 'u.pos'
|
||||
local withbuf = loadfile './spec/withbuf.lua'()
|
||||
|
||||
describe('Range', function()
|
||||
|
||||
Reference in New Issue
Block a user