Skip to content

Commit

Permalink
Cat=x line is not commented any more
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Oct 13, 2019
1 parent 47bdbc1 commit 14dbac7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/notebooks/mirror/ipynb_to_Rmd/cat_variable.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jupyter:
---

```{python}
# cat = 42
cat = 42
```
2 changes: 1 addition & 1 deletion tests/notebooks/mirror/ipynb_to_percent/cat_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# ---

# %%
# cat = 42
cat = 42
2 changes: 1 addition & 1 deletion tests/notebooks/mirror/ipynb_to_script/cat_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# name: python3
# ---

# cat = 42
cat = 42
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# name: python3
# ---

# cat = 42
cat = 42
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# name: python3
# ---

# cat = 42
cat = 42

0 comments on commit 14dbac7

Please sign in to comment.