]> gitweb.factorcode.org Git - factor.git/commitdiff
Merge branch 'master' of git://factorcode.org/git/factor
authorDoug Coleman <erg@jobim.local>
Thu, 16 Apr 2009 00:31:08 +0000 (19:31 -0500)
committerDoug Coleman <erg@jobim.local>
Thu, 16 Apr 2009 00:31:08 +0000 (19:31 -0500)
basis/windows/gdi32/tags.txt
basis/windows/usp10/tags.txt [new file with mode: 0644]
extra/irc/messages/messages-tests.factor

index 6bf68304bb221e6af6772aa750c8024b36773ef3..2320bdd64800598d4f0633f3441065dc20e4018f 100644 (file)
@@ -1 +1,2 @@
 unportable
+bindings
diff --git a/basis/windows/usp10/tags.txt b/basis/windows/usp10/tags.txt
new file mode 100644 (file)
index 0000000..2320bdd
--- /dev/null
@@ -0,0 +1,2 @@
+unportable
+bindings
index 218ed92018908c7d6bf2d4d45ba2027f60bb257a..539fba54ebd171e8f8a30f5fd47dd60cdca4d068 100644 (file)
@@ -58,7 +58,8 @@ IN: irc.messages.tests
      { command "NICK" }
      { parameters  { } }
      { trailing "someuser2" }
-     { sender "someuser" } } }
+     { sender "someuser" }
+     { nickname "someuser2" } } }
 [ ":someuser!n=user@some.where NICK :someuser2"
   string>irc-message f >>timestamp ] unit-test