Skip to content

Commit 002f058

Browse files
authored
Merge pull request #87 from JuliaInterop/fremling-patch-1
Update README.md
2 parents 0414994 + 572af44 commit 002f058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ W2Julia is designed primarily to convert wolfram structures to Julia structures.
169169

170170
Some examples or tests that will evaluate to true:
171171

172-
```
172+
```julia
173173
using Test
174174
@test W2Julia(W`{1,2,3}`) == [1,2,3]
175175
@test W2Julia([1,2,3]) == [1,2,3]

0 commit comments

Comments
 (0)