summary refs log tree commit diff stats
path: root/test/strings.cratera
blob: d2189a5e70e00adbda4e3be5faccd27666add9a0 (plain) (blame)
1
2
3
4
5
6
local longstring = [[
Test.
Test.
]]

assert(longstring == "Test.\nTest.\n", longstring)
/* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
EXTRA_DIST = INSTALL LICENSE README

libdir = $(hexchatlibdir)/plugins

lib_LTLIBRARIES = fishlim.la
fishlim_la_SOURCES = fish.c irc.c keystore.c misc.c plugin_xchat.c
fishlim_la_LDFLAGS = -avoid-version -module 
fishlim_la_LIBADD = 
INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..