javatests/de/jflex/testcase/unicode/TestingBlock.java (5 lines of code) (raw):
/*
* Copyright (C) 2021 Google, LLC.
* SPDX-License-Identifier: BSD-3-Clause
*/
package de.jflex.testcase.unicode;
/** Blocks used for testing. */
public enum TestingBlock {
LATIN_EXTENDED_ADDITIONAL,
NOT_LATIN_EXTENDED_ADDITIONAL,
}