We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5bb53 commit 3bc6dedCopy full SHA for 3bc6ded
README.md
@@ -205,7 +205,7 @@ f:should_be_called_with(mach.any, 42):
205
206
## Ignoring Other Calls
207
208
-```javascript
+```lua
209
local mach = require 'mach'
210
211
local f = mach.mock_function('f')
@@ -216,7 +216,7 @@ f:should_be_called():and_other_calls_should_be_ignored():when(function()
216
end)
217
```
218
219
220
221
222
0 commit comments