Skip to content

Commit

Permalink
Add test for ℓ as alt for litre
Browse files Browse the repository at this point in the history
  • Loading branch information
SPKorhonen authored Jun 12, 2024
1 parent f11b78a commit aab73a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pint/testsuite/test_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ def test_micro_creation_U03bc(self, module_registry):
def test_micro_creation_U00b5(self, module_registry):
module_registry.Quantity(2, "µm")

def test_micro_creation_U2113(self, module_registry):
module_registry.Quantity(2, "ℓ")

@helpers.requires_numpy
def test_issue171_real_imag(self, module_registry):
qr = [1.0, 2.0, 3.0, 4.0] * module_registry.meter
Expand Down

0 comments on commit aab73a9

Please sign in to comment.