mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
Add test file
This commit is contained in:
parent
2ec3c3d8d1
commit
d8b53cbfdb
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
|
||||
|
||||
# some config
|
||||
|
||||
- output = `:terminal`
|
||||
|
||||
```toml
|
||||
[setting]
|
||||
init = true
|
||||
```
|
||||
|
||||
|
||||
# some code
|
||||
|
||||
- output = `:global-variable`
|
||||
|
||||
```ruby
|
||||
puts 123;
|
||||
```
|
||||
Loading…
Reference in New Issue