summaryrefslogtreecommitdiff
path: root/subplot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-09 08:40:49 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-09 08:40:49 +0300
commitb0c41c718da450d059f714093fac51a91e530274 (patch)
tree130613d9eff8e6f6ec6ec5ce0d615bf7c8e0ace0 /subplot
parent2967a6e66aeaa8e4d86bb5487f33e495ebacec50 (diff)
downloadriki-b0c41c718da450d059f714093fac51a91e530274.tar.gz
feat: support up to six levels of heading
Sponsored-by: author
Diffstat (limited to 'subplot')
-rw-r--r--subplot/riki.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/subplot/riki.rs b/subplot/riki.rs
index 2b9cb7e..f00c0ac 100644
--- a/subplot/riki.rs
+++ b/subplot/riki.rs
@@ -42,6 +42,8 @@ fn asts_match(context: &Datadir, first: &str, second: &str) {
println!();
println!("first: {:#?}", first);
println!("second: {:#?}", second);
+ println!("first: {:?}", first);
+ println!("second: {:?}", second);
assert!(first == second);
}