summary refs log tree commit diff stats
path: root/tests/js/tos.nim
blob: 7395a0ad7a99d44d99b2ed68a837e63dd2d7841f (plain) (blame)
1
2
3
4
5
6
7
static: doAssert defined(nodejs)

import os

block:
  doAssert "./foo//./bar/".normalizedPath == "foo/bar"
  doAssert relativePath(".//foo/bar", "foo") == "bar"