Skip to content

Commit 2e2ac58

Browse files
committed
add test
1 parent 9530fc1 commit 2e2ac58

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```{julia}
2+
"$(@__FILE__):$(@__LINE__)"
3+
```
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Test Julia source ranges with includes"
3+
format: markdown
4+
engine: julia
5+
_quarto:
6+
tests:
7+
markdown:
8+
ensureFileRegexMatches:
9+
- ['source-ranges-test\.qmd:15', '_included\.qmd:2']
10+
---
11+
12+
{{< include _included.qmd >}}
13+
14+
```{julia}
15+
"$(@__FILE__):$(@__LINE__)"
16+
```

0 commit comments

Comments
 (0)