diff options
| author | Misko Hevery | 2010-01-28 20:44:34 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-01-28 20:44:34 -0800 |
| commit | 3d99e0f6dee6569ca9471d419bda79aec95b9ebc (patch) | |
| tree | 8afd70b773b9131aeacef7f7d24b92857aa205c4 /test/FormatersTest.js | |
| parent | 473e57e22532f9b85fc9dcc1bcc53e12a10154c2 (diff) | |
| download | angular.js-3d99e0f6dee6569ca9471d419bda79aec95b9ebc.tar.bz2 | |
work
Diffstat (limited to 'test/FormatersTest.js')
| -rw-r--r-- | test/FormatersTest.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/FormatersTest.js b/test/FormatersTest.js new file mode 100644 index 00000000..0122b6ad --- /dev/null +++ b/test/FormatersTest.js @@ -0,0 +1,6 @@ +TestCase("formaterTest", { + testNoop: function(){ + assertEquals("abc", angular.formater.noop("abc")); + assertEquals("xyz", angular.formater.noop("abc", "xyz")); + } +}); |
