mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-17 08:44:21 +08:00
Add test file
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# some config
|
||||||
|
|
||||||
|
- output = `:terminal`
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[setting]
|
||||||
|
init = true
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
# some code
|
||||||
|
|
||||||
|
- output = `:global-variable`
|
||||||
|
|
||||||
|
```ruby
|
||||||
|
puts 123;
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user