aboutsummaryrefslogtreecommitdiff
path: root/test/command/3706.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3706.md')
-rw-r--r--test/command/3706.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/command/3706.md b/test/command/3706.md
index db50f8f68..b6c2c6db1 100644
--- a/test/command/3706.md
+++ b/test/command/3706.md
@@ -2,12 +2,12 @@ Results marker can be hidden in block attributes (#3706)
```
pandoc -f org -t native
-#+BEGIN_SRC R :exports results :colnames yes
+#+begin_src r :exports results :colnames yes
data.frame(Id = 1:3, Desc = rep("La",3))
-#+END_SRC
+#+end_src
-#+CAPTION: Lalelu.
-#+LABEL: tab
+#+caption: Lalelu.
+#+label: tab
#+RESULTS:
| Id | Desc |
|----+------|
@@ -49,12 +49,12 @@ pandoc -f org -t native
```
pandoc -f org -t native
-#+BEGIN_SRC R :exports none :colnames yes
+#+begin_src R :exports none :colnames yes
data.frame(Id = 1:2, Desc = rep("La",2))
-#+END_SRC
+#+end_src
-#+CAPTION: Lalelu.
-#+LABEL: tab
+#+caption: Lalelu.
+#+label: tab
#+RESULTS:
| Id | Desc |
|----+------|