Skip to content

Commit

Permalink
dashify all type polyfill names
Browse files Browse the repository at this point in the history
Related to #96
  • Loading branch information
PgBiel committed Jan 7, 2024
1 parent f629e0f commit ef8977b
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 90 deletions.
4 changes: 2 additions & 2 deletions tablex-test.typ
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ Combining em and pt (with a stroke object):
frac-total: frac-total,
)

assert(type(actual) == _length_type)
assert(type(actual) == _length-type)
assert(expected == actual)
})
}
Expand Down Expand Up @@ -870,7 +870,7 @@ Combining em and pt (with a stroke object):
styles: styles,
)

assert(type(actual) == _length_type)
assert(type(actual) == _length-type)

// Re-assign so we can modify the variable
let expected = expected
Expand Down
Loading

0 comments on commit ef8977b

Please sign in to comment.