typedb / typedb-behaviour

TypeDB Behaviour Test Specification
Mozilla Public License 2.0
10 stars 19 forks source link

Implement tests for non-ascii strings, labels, and variables #274

Closed flyingsilverfin closed 10 months ago

flyingsilverfin commented 10 months ago

Usage and product changes

We test that utf-8 characters can be used for String valued attributes, type labels, and variable names.

Implementation

Add 3 scenarios:

  1. UTF-8 can be used in attribute string values, for both matching or scanning
  2. UTF-8 can be used in type labels
  3. UTF-8 can be used in variable names
typedb-bot commented 10 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture