tokei/tests/data/meson.build
Igor Gnatenko 01791bd793 add support for Meson (#169)
* add support for Meson

Fixes: https://github.com/Aaronepower/tokei/issues/168
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>

* tests: add meson.build

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>

* remove unused variable

warning: unused variable: `key`
  --> build.rs:31:10
   |
31 |     for (key, ref mut item) in json.get_mut("languages")
   |          ^^^
   |
   = note: #[warn(unused_variables)] on by default
   = note: to avoid this warning, consider using `_key` instead

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2018-01-27 16:47:52 +00:00

13 lines
202 B
Meson

# 12 lines 6 code 2 comments 4 blanks
project('xyz', 'c',
meson_version : '>=0.30.0') # not counted
xyz_gen = '''
# comment inside
print("This is generated source.")
'''
# this is a comment