mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Removed .mt file extension and example since there are more languages that use this.
This commit is contained in:
@@ -1761,7 +1761,6 @@ Mathematica:
|
|||||||
- .cdf
|
- .cdf
|
||||||
- .m
|
- .m
|
||||||
- .ma
|
- .ma
|
||||||
- .mt
|
|
||||||
- .nb
|
- .nb
|
||||||
- .nbp
|
- .nbp
|
||||||
- .wl
|
- .wl
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
BeginTestSection["Untitled-5"]
|
|
||||||
|
|
||||||
VerificationTest[(* 1 *)
|
|
||||||
RotationMatrix[phi]
|
|
||||||
,
|
|
||||||
List[List[Cos[phi], Times[-1, Sin[phi]]], List[Sin[phi], Cos[phi]]]
|
|
||||||
]
|
|
||||||
|
|
||||||
VerificationTest[(* 2 *)
|
|
||||||
Times[1, Power[Plus[a, Times[-1, a]], -1]]
|
|
||||||
,
|
|
||||||
ComplexInfinity
|
|
||||||
,
|
|
||||||
{Power::infy}
|
|
||||||
]
|
|
||||||
|
|
||||||
EndTestSection[]
|
|
||||||
Reference in New Issue
Block a user