Lines Matching +full:dummy +full:- +full:line
4 # SPDX-License-Identifier: Apache-2.0
34 ids=['C YAML', 'non-C YAML']
146 type(context_mark).name = 'dummy context mark'
147 type(context_mark).line = 0
150 type(problem_mark).name = 'dummy problem mark'
151 type(problem_mark).line = 0
153 raise ScannerError(context='dummy context',
154 context_mark=context_mark, problem='dummy problem',
155 problem_mark=problem_mark, note='Dummy note')
158 filename = 'dummy/file.yaml'
165 mock_file.assert_called_with('dummy/file.yaml', 'r', encoding='utf-8')
170 assert 'dummy problem mark:0:0: error: dummy problem' \
171 ' (note Dummy note context @dummy context mark:0:0' \
172 ' dummy context)' in caplog.text
188 filename = 'dummy/file.yaml'