httpd: add errors namespace to embedded.factor
parent
b7619cffc4
commit
713d328415
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2005 Alex Chapman.
|
! Copyright (C) 2005 Alex Chapman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
IN: embedded
|
IN: embedded
|
||||||
USING: sequences kernel parser math namespaces io html errors ;
|
USING: sequences kernel parser math namespaces io html test ;
|
||||||
|
|
||||||
! if example.fhtml contains:
|
! if example.fhtml contains:
|
||||||
! <html>
|
! <html>
|
||||||
|
|
Loading…
Reference in New Issue