PHP 8.2.30
Preview: test.js Size: 431 B
//usr/lib/node_modules/npm/node_modules/meant/test.js

var test = require('tap').test
var meant = require('./')

test('test vs [\'tast\', \'tbst\', \'tcst\', \'foo\']', function (t) {
  var list = meant('test', ['tast', 'tbst', 'tcst', 'foo'])
  t.notEqual(list.indexOf('tast'), -1, 'list has tast')
  t.notEqual(list.indexOf('tbst'), -1, 'list has tbst')
  t.notEqual(list.indexOf('tcst'), -1, 'list has tcst')
  t.equal(list.indexOf('foo'), -1, 'list doesn\'t have foo')
  t.end()
})

Directory Contents

Dirs: 1 × Files: 6

Name Size Perms Modified Actions
.github DIR
- drwxr-xr-x 2024-03-03 22:36:28
Edit Download
1.31 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
986 B lrw-r--r-- 2021-03-10 14:36:37
Edit Download
1.05 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
1.38 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
1.44 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
431 B lrw-r--r-- 2021-03-10 14:36:37
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).