mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-20 06:49:34 +08:00
Add test file
This commit is contained in:
parent
08da1c712b
commit
15ce694967
28
tool/rawstr4c/test/fixture/test-inherited-config.md
Normal file
28
tool/rawstr4c/test/fixture/test-inherited-config.md
Normal file
@ -0,0 +1,28 @@
|
||||
- prefix = `ROOT`
|
||||
- keep-prefix = `true`
|
||||
|
||||
```c
|
||||
root code;
|
||||
```
|
||||
|
||||
# Level 1
|
||||
|
||||
- prefix = `L1`
|
||||
|
||||
```c
|
||||
level1 code;
|
||||
```
|
||||
|
||||
## Level 2
|
||||
|
||||
```c
|
||||
level2 code;
|
||||
```
|
||||
|
||||
### Level 3
|
||||
|
||||
- prefix = `L3`
|
||||
|
||||
```c
|
||||
level3 code;
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user