class STRING_32_PATTERN_MATCH_TEST_SET

(source code)

description

Test routines in libary cluster Pattern-matching using STRING_32 source text.

note
	description: "[
		Test routines in libary cluster [./library/text-process-fast.pattern_match.html Pattern-matching]
		using ${STRING_32} source text.
	]"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2024-01-20 19:18:27 GMT (Saturday 20th January 2024)"
	revision: "3"

class
	STRING_32_PATTERN_MATCH_TEST_SET

inherit
	PATTERN_MATCH_TEST_SET
		redefine
			prepare_source
		end

feature {NONE} -- Implementation

	prepare_source
		do
			create {STRING_32} source_text.make_empty
		end

end