File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ # frozen_string_literal: true
2+
3+ require 'nokogiri'
4+
5+ require_relative '../lib/cpp'
6+
7+ describe DFHackLuaDefinitions ::CPP do
8+ it 'passes with no test' do
9+ expect ( true ) . to eq ( true )
10+ end
11+ end
Original file line number Diff line number Diff line change 1+ # frozen_string_literal: true
2+
3+ require 'nokogiri'
4+
5+ require_relative '../lib/lua'
6+
7+ describe DFHackLuaDefinitions ::Lua do
8+ it 'passes with no test' do
9+ expect ( true ) . to eq ( true )
10+ end
11+ end
Original file line number Diff line number Diff line change 131131 annotation = <<~LUA
132132 ---@class (exact) df.foostruct: DFStruct
133133 ---@field _type identity.foostruct
134- ---@field test_field number References: `bartarget`
134+ ---@field test_field number References: `df. bartarget`
135135 ---@field typed_field df.coord
136136
137137 ---@class identity.foostruct: DFCompoundType
You can’t perform that action at this time.
0 commit comments