﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1333	match from matchable doesn't handle keywords properly	xificurC	Alex Shinn	"`(match '(#:key 1) [(#:foo x) x])` matches and returns `1`, whereas I would expect keywords to be self evaluating and therefore throw a match error.

And this throws a match error, not sure why: `(match '(#:key #:key) [(#:foo #:foo) ""here""])`. Again the expected behavior would be a match error.

As a last example: `(match '(#:key) [(#:foo) 1] [(#:key) 2])` should return `2` but returns `1`."	defect	closed	major	someday	extensions	4.11.0	fixed	match matchable		easy
